body {
	background: #fff;
	text-align: left;
	font: normal 20px/1.5em 'DINPro';
	color: #333333;
	overflow-x: hidden;
}

/* ************************************************************************** */

h1 {
	margin: 0 auto;
	margin-bottom: 0.7em;
	font-size: 48px;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
}

h2 {
	margin: 0 auto;
	margin-bottom: 1.3em;
	font-size: 36px;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
}

h3 {
	margin: 0 auto;
	margin-bottom: 0.77em;
	font-size: 26px;
	line-height: 1.33em;
	font-weight: bold;
}

@media (max-width: 767px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 24px;
	}
}

/* ************************************************************************** */

a {
	font-weight: bold;
	color: #1DA1F2;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.body-desktop-device a:hover {
	color: #9d1df2;
}

.body-desktop-device a:active,
.body-mobile-device  a:active {
	color: #0079c4;
}


/* ************************************************************************** */

.gradient {
	background: #3590f3;
	background: -moz-linear-gradient(left,  #3590f3 0%, #b235f2 100%);
	background: -webkit-linear-gradient(left,  #3590f3 0%,#b235f2 100%);
	background: linear-gradient(to right,  #3590f3 0%,#b235f2 100%);
}

/* ************************************************************************** */

section {
	position: relative;
	z-index: 1;
}

section > .inner {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	max-width: 930px; /* 890px + 20px + 20px */
	text-align: left;
}

/******************************************************************************/

body > .wrapper {
	position: relative;
	height: 100%;
	min-height: 100%;
		
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
		
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

/******************************************************************************/

header {
	display: block;
}

header > .inner {
	padding: 22px 20px;
	max-width: 1300px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

header .logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 26px;
	padding-left: 50px;
	font-size: 17px;
	line-height: 1em;
	text-transform: uppercase;
	background: url("../img/ico-logo_35x24.svg") 0 center no-repeat;
	-webkit-background-size: 35px 24px;
	-moz-background-size: 35px 24px;
	background-size: 35px 24px;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.body-desktop-device header .logo:hover {
	opacity: 0.8;
}

.body-desktop-device header .logo:active,
.body-mobile-device header .logo:active {
	opacity: 1;
}

/******************************************************************************/

main {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

/******************************************************************************/

footer {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

footer > .inner {
	padding: 30px 20px 40px 20px;
	text-align: center;
}

footer .row-1 {
	max-width: 890px;
	margin: 0 auto;
}

footer .row-1 .info {
	margin-bottom: 25px;
	font-size: 11px;
	line-height: 1.33em;
	text-align: justify;
}

footer .row-2 {
	max-width: 600px;
	margin: 0 auto;
}

footer .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
}

footer .contacts {
	margin-bottom: 25px;
	font-size: 11px;
	line-height: 1.33em;
}

.body-desktop-device footer .contacts a {
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.body-desktop-device footer .contacts a:hover {
	opacity: 0.8;
}

.body-desktop-device footer .contacts a:active,
.body-mobile-device footer .contacts a:active {
	opacity: 1;
}

footer .copyright {
	font-size: 11px;
	line-height: 1.33em;
}

@media (max-width: 767px) {
	footer > .inner {
		padding: 30px 20px 20px 20px;
	}
}

/* ************************************************************************** */

.section-fast-easy {
	color: #ffffff;
	background: #3590f3;
	background: -moz-linear-gradient(left,  #3590f3 0%, #b235f2 100%);
	background: -webkit-linear-gradient(left,  #3590f3 0%,#b235f2 100%);
	background: linear-gradient(to right,  #3590f3 0%,#b235f2 100%);
}

.section-fast-easy > .inner {
	padding-top: 83px;
	padding-bottom: 83px;
}

.section-fast-easy h1 {
	max-width: 600px;
}

.section-fast-easy .descrips {
	max-width: 440px;
	margin: 0 auto;
}

.section-fast-easy .descrips ul li {
	display: block;
	position: relative;
	padding-left: 50px;
	font-size: 28px;
	line-height: 1.3em;
}

.section-fast-easy .descrips ul li::before {
	display: block;
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 7px;
	left: 0;
	background: url("../img/ico-check_white_24x24.svg") 0 0 no-repeat;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	background-size: 24px 24px;
}

@media (max-width: 767px) {
	.section-fast-easy > .inner {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.section-fast-easy h1 {
		max-width: 275px;
	}
	.section-fast-easy .descrips {
		max-width: 275px;
	}
	.section-fast-easy .descrips ul li {
		padding-left: 35px;
		font-size: 18px;
	}
	.section-fast-easy .descrips ul li::before {
		width: 14px;
		height: 14px;
		top: 5px;
		-webkit-background-size: 14px 14px;
		-moz-background-size: 14px 14px;
		background-size: 14px 14px;
	}
}

/* ************************************************************************** */

.section-faq {}

.section-faq > .inner {
	padding-top: 60px;
	padding-bottom: 20px;
}

.section-faq .content ul {}

.section-faq .content li {
	display: block;
	margin-bottom: 4px;
}

.section-faq .content li .question {
	display: block;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 1;
	font-family: 'DINPro';
	font-size: 20px;
	font-weight: 500;
	line-height: 1.33em;
	color:#333333;
	text-align: left;
	background-color: #F2F2F2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.section-faq .content li.open .question {
	background-color: transparent;
}

.section-faq .content li .question span {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 11px 80px 13px 20px;
}

.section-faq .content li .question span::after {
	display: block;
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -2px;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
}

.section-faq .content li.open .question span::after {
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
	margin-top: -4px;
}

.section-faq .content li .question::before,
.section-faq .content li .question::after {
	display: block;
	position: absolute;
	content: '';
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	-webkit-transition: opacity 0.15s ease 0s;
	-ms-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.section-faq .content li .question::before {
	background: -moz-linear-gradient(left,  #358ff2 0%, #ae39f2 100%);
	background: -webkit-linear-gradient(left,  #358ff2 0%,#ae39f2 100%);
	background: linear-gradient(to right,  #358ff2 0%,#ae39f2 100%);
}

.section-faq .content li .question::after {
	background: #2564aa;
	background: -moz-linear-gradient(left,  #2564aa 0%, #7928aa 100%);
	background: -webkit-linear-gradient(left,  #2564aa 0%,#7928aa 100%);
	background: linear-gradient(to right,  #2564aa 0%,#7928aa 100%);
}

.body-desktop-device .section-faq .content li .question:hover {
	z-index: 2;
	color: #ffffff;
	-webkit-box-shadow: 0px 35px 77px rgba(0, 0, 0, 0.19), 0px 20px 45px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 35px 77px rgba(0, 0, 0, 0.19), 0px 20px 45px rgba(0, 0, 0, 0.24);
}
.body-desktop-device .section-faq .content li .question:hover::before {
	opacity: 1;
}

.body-desktop-device .section-faq .content li.open .question:hover {
	color: #1DA1F2;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.body-desktop-device .section-faq .content li.open .question:hover::before {
	opacity: 0;
}


.body-desktop-device .section-faq .content li .question:active,
.body-mobile-device .section-faq .content li .question:active {
	z-index: 2;
	color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.body-desktop-device .section-faq .content li .question:active::after,
.body-mobile-device .section-faq .content li .question:active::after {
	opacity: 1;
}

.body-desktop-device .section-faq .content li.open .question:active,
.body-mobile-device .section-faq .content li.open .question:active {
	color: #0079c4;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.body-desktop-device .section-faq .content li.open .question:active::after,
.body-mobile-device .section-faq .content li.open .question:active::after {
	opacity: 0;
}

.section-faq .content li .answer {
	display: none;
	padding: 0 80px 20px 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.33em;
	color: #737373;
}

.section-faq .content li .answer p {
	margin-bottom: 0.5em;
}

.section-faq .content li .answer *:last-child {
	margin-bottom: 0;
}

.section-faq .content li .answer a {
	font-weight: 500;
}

@media (max-width: 767px) {
	.section-faq > .inner {
		padding-top: 35px;
		padding-bottom: 10px;
	}
	.section-faq .content li .question {
		font-size: 18px;
	}
}

/* ************************************************************************** */

.section-form-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-form-main.full {
	min-height: -webkit-calc(100vh - 70px);
	min-height: -moz-calc(100vh - 70px);
	min-height: calc(100vh - 70px);
}

.section-form-main > .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	padding: 6px 0 30px 0;
}

.section-form-main .percent-line {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 8px;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #F2F2F2;
}

.section-form-main .percent-line .value {
	display: block;
	width: 0;
	height: 100%;
	background: #3590f2;
	background: -moz-linear-gradient(left,  #3590f2 0%, #ae38f2 100%);
	background: -webkit-linear-gradient(left,  #3590f2 0%,#ae38f2 100%);
	background: linear-gradient(to right,  #3590f2 0%,#ae38f2 100%);
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.section-form-main .bottom-info {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	max-width: 360px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	font: normal 11px/1.33em 'DINPro';
	color: #333333;
	text-align: center;
}

.section-form-main .form-wrap {
	width: 100%;
	margin-bottom: -70px;
}

.section-form-main .step-list {
	max-width: 460px;
	margin: 0 auto;
}

.section-form-main .step {
	padding: 0 50px 100px 50px;
}

.section-form-main .step .step-inner {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

.section-form-main .step .title {
	position: relative;
	z-index: 3;
	font-size: 26px;
	line-height: 1.33em;
	text-align: center;
}

.section-form-main .step .title .first-name {
	font-weight: bold;
	color: #1DA1F2;
}

.section-form-main .step .title .hint {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
	vertical-align: baseline;
	background: url("../img/ico-help_17x17.svg") 0 0 no-repeat;
	-webkit-background-size: 17px 17px;
	-moz-background-size: 17px 17px;
	background-size: 17px 17px;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.body-desktop-device .section-form-main .step .title .hint:hover {
	opacity: 0.8;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12), 0px 6px 8px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12), 0px 6px 8px rgba(0, 0, 0, 0.24);
}

.body-desktop-device .section-form-main .step .title .hint:active,
.body-mobile-device .section-form-main .step .title .hint:active {
	opacity: 1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.section-form-main .step .subtitle {
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.33em;
	text-align: center;
}

.section-form-main .step .subtitle a {
	font-weight: 500;
	color: #1DA1F2;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.body-desktop-device .section-form-main .step .subtitle a:hover {
	color: #9d1df2;
}

.body-desktop-device .section-form-main .step .subtitle a:active,
.body-mobile-device .section-form-main .step .subtitle a:active {
	color: #0079c4;
}

.section-form-main .step .content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 2;
	padding-top: 30px;
}

.section-form-main .step .content .field-radio,
.section-form-main .step .content .field-input,
.section-form-main .step .content .field-select,
.section-form-main .step .content .info {
	width: 100%;
}

.section-form-main .step .content .info + .field-radio,
.section-form-main .step .content .info + .field-input,
.section-form-main .step .content .info + .field-select {
	margin-top: 20px;
}

.section-form-main .step .content .field-radio.w50 {
	width: -webkit-calc(50% - 8px);
	width: -moz-calc(50% - 8px);
	width: calc(50% - 8px);
	margin-bottom: 0;
}

.section-form-main .step .content .field-radio:not(:last-child) {
	margin-bottom: 3px;
}

.section-form-main .step .content .field-input:not(:last-child) {
	margin-bottom: 10px;
}

.section-form-main .step .content .field-select:not(:last-child) {
	margin-bottom: 15px;
}

.section-form-main .step .content .info {
	width: 100%;
	font: normal 14px/1.33em 'DINPro';
	color: #333333;
	text-align: center;
}

.section-form-main .step .content .info:not(:last-child) {
	margin-bottom: 10px;
}

.section-form-main .step .content .info a {
	font-weight: 500;
}

.section-form-main .step .content figure {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.section-form-main .step .content figure img {
	display: block;
	width: 100%;
}


.section-form-main .step .content .loader {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-form-main .step .content .loader .loader-pic {
	display: block;
	max-width: 70px;
	margin-bottom: 25px;
}

.section-form-main .step .content .loader .loader-text {
	margin-bottom: 20px;
	font: bold 36px/1.33em 'DINPro';
	color: #3790f3;
}

.section-form-main .step .content .countdown {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font: 500 18px/1.33em 'DINPro';
	color: #3790f3;
	
}


.section-form-main .step .bottom {
	position: relative;
	padding-top: 30px;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.section-form-main .step .bottom .btn-prev {
	min-width: 80px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

.section-form-main .step .bottom .btn-next {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width: 767px) {
	.section-form-main .step .title {
		font-size: 24px;
	}
}

@media (max-width: 459px) {
	.section-form-main .step {
		padding: 0 20px 100px 20px;
	}
}

/* ************************************************************************** */

.hint-balloon-wrapper {
	position: absolute;
	left: 50%;
	top: 40px;
	width: 250px;
	margin-left: -125px;
	opacity: 0;
}

.hint-balloon-wrapper .hint-balloon {
	width: 100%;
	padding: 20px 60px 30px 25px;
	background: #ffffff;
	font: normal 14px/1.33em 'DINPro';
	color: #333333;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 35px 77px rgba(0, 0, 0, 0.19), 0px 20px 45px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 35px 77px rgba(0, 0, 0, 0.19), 0px 20px 45px rgba(0, 0, 0, 0.24);
}

.hint-balloon-wrapper .close {
	display: block;
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	background: url("../img/ico-close_24x24.svg") 0 0 no-repeat;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	background-size: 24px 24px;
	cursor: pointer;
	-webkit-transition: opacity 0.15s ease 0s;
	-ms-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.body-desktop-device .hint-balloon-wrapper .close:hover {
	opacity: 0.8;
}

.body-desktop-device .hint-balloon-wrapper .close:active,
.body-mobile-device .hint-balloon-wrapper .close:active {
	opacity: 1;
}

/* ************************************************************************** */

.section-privacy {}

.section-privacy .intro {
	margin-bottom: 1.5em;
	font: normal 20px/1.33em 'DINPro';
	color: #333333;
}

.section-privacy .content {
	font: normal 16px/1.33em 'DINPro';
	color: #333333;
	text-align: left;
}

.section-privacy .content h2 {
	text-align: left;
	margin: 0.7em 0;
}

.section-privacy .content p {
	margin-bottom: 1.33em;
}

.section-privacy .content p.note {
	font-size: 13px;
}

.section-privacy .content p.note::before {
	display: inline-block;
	margin-right: 3px;
	content: '*';
	font: bold 18px/1.33em 'DINPro';
	color: #1DA1F2;
}

.section-privacy .content ul {
	margin-bottom: 1.33em;
}

.section-privacy .content ul li {
	padding-left: 20px;
	position: relative;
}

.section-privacy .content ul li::before {
	display: block;
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #333333;
}

.section-privacy .privacy-table-wrap {
	margin-bottom: 10px;
	margin-left: -3px;
	margin-right: -3px;
	overflow-x: auto;
}

.section-privacy .privacy-table {
	border-collapse: collapse;
}

.section-privacy .privacy-table th {
	padding: 10px 20px 15px 20px;
	font: 700 14px/1.33em 'DINPro';
	color: #333333;
	border: 3px solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ddf0fd;
	background: -moz-linear-gradient(left,  #ddf0fd 0%, #e8e9fd 100%);
	background: -webkit-linear-gradient(left,  #ddf0fd 0%,#e8e9fd 100%);
	background: linear-gradient(to right,  #ddf0fd 0%,#e8e9fd 100%);
}

.section-privacy .privacy-table td {
	padding: 10px 20px 15px 20px;
	font: normal 14px/1.33em 'DINPro';
	color: #333333;
	border: 3px solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #F2F2F2;
}

@media (max-width: 767px) {
	.section-privacy .content {
		font-size: 14px;
	}
	.section-privacy .intro {
		font-size: 18px;
	}
	.section-privacy .privacy-table th,
	.section-privacy .privacy-table td {
		padding: 10px 15px 15px 15px;
		font-size: 13px;
	}
	.section-privacy .content p.note {
		font-size: 12px;
	}
	.section-privacy .content ul li::before {
		width: 4px;
		height: 4px;
		top: 7px;
	}
}

/* ************************************************************************** */

.section-not-find {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-not-find > .inner {
	max-width: 750px;
	padding-top: 40px;
	padding-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.section-not-find h1 {
	position: relative;
	padding-top: 130px;
	background: url("../img/not-find.svg") center 0 no-repeat;
	-webkit-background-size: 90px 92px;
	-moz-background-size: 90px 92px;
	background-size: 90px 92px;
}

@media (max-width: 767px) {
	.section-not-find > .inner {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.section-not-find h1 {
		padding-top: 95px;
		-webkit-background-size: 60px 61px;
		-moz-background-size: 60px 61px;
		background-size: 60px 61px;
	}
}

